script 5 Download multiple ST Lib files ECHO OFF Don't display commands CLEAR Clear the screen NOTE "Enter the file numbers to download, separate by a comma, 1 line." GETSTRING 1 File number list IF SUCCESS String entered LOG ONTO "476;6" Logon to ST RT Library SENDLINE "%1" Send file numbers to download WAITFORPROMPT Ready for download type SENDLINE "Z" zmodem WAITFORPROMPT Download complete SENDLINE "n" No more files to download WAITFORPROMPT Ready to logoff LOG OFF Logoff GEnie ELSE No string entered NOTE "File download cancelled due to no string entered." ENDIF endscript